GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.GanttView Namespace / PropertyStorage<T> Class / OnListChanged Method

In This Topic
    OnListChanged Method (PropertyStorage<T>)
    In This Topic
    Raises the ListChanged event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnListChanged( _
       ByVal e As ListChangedEventArgs _
    ) 
    protected override void OnListChanged( 
       ListChangedEventArgs e
    )

    Parameters

    e
    See Also